toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.menu
/
[jvm]ContextMenuItem
Context
Menu
Item
interface
ContextMenuItem
A custom context menu item.
Members
Functions
is
Checked
Link copied to clipboard
open
fun
isChecked
(
)
:
Boolean
Returns
true
if the context menu item is checked.
is
Enabled
Link copied to clipboard
open
fun
isEnabled
(
)
:
Boolean
Returns
true
if the context menu item is enabled.
items
Link copied to clipboard
open
fun
items
(
)
:
List
<
ContextMenuItem
>
Returns an immutable list of the sub-items of the context menu item.
text
Link copied to clipboard
open
fun
text
(
)
:
String
Returns a string that represents the text of the context menu item.
type
Link copied to clipboard
open
fun
type
(
)
:
ContextMenuItemType
Returns the type of the context menu item.